home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global prev, gSound
- if prev > 0 then
- set prev to 0
- set the visible of sprite 19 to 0
- repeat with x = 13 to 18
- set the visible of sprite x to 1
- end repeat
- repeat with x = 3 to 8
- puppetSprite(x, 1)
- set the visible of sprite x to 1
- puppetSprite(x, 0)
- end repeat
- set the soundLevel to gSound
- puppetSound("OPEN.AIF")
- set the movieRate of sprite 48 to 0
- set the visible of sprite 48 to 0
- puppetSprite(48, 0)
- updateStage()
- go("no")
- end if
- end
-